Gets or sets the index of the current page.

Namespace:  C1.Data
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public int PageIndex { get; set; }
Visual Basic
Public Property PageIndex As Integer
	Get
	Set

Remarks

Setting this property value to an invalid value is ignored. A value is invalid if it is less than 0 or greater or equal to PageCount. If there are no items in this view, the only valid value for this property is 0.

See Also